All Questions
3 questions
0votes
1answer
137views
What is the best way to remember a successful execution over several program calls?
I'm working on a build process, that is called manually over the command line. To check if it exited unsuccessfully during the build I want to set a lock file (symbolic link) and remove it on ...
7votes
4answers
3kviews
How can I create and manage permissions more dynamically?
I want to implement a security system into my web-based Intranet application which allows security administrators to 'fine-tune' exactly what type of access a user/role has to an object. For example, ...
0votes
3answers
653views
How should compound words be handled when coding? Is there a definitive list of compound words? [closed]
QUESTION: How should you handle compound words when programming? Are there any good lists available online for developers of generally accepted technology-related compound words? I can see how ...